home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gekikoh Dennoh Club 5
/
Gekikoh Dennoh Club Vol. 5 (Japan).7z
/
Gekikoh Dennoh Club Vol. 5 (Japan) (Track 01).bin
/
internet
/
webx
/
webxp040.lzh
/
Source
/
makefile
< prev
next >
Wrap
Makefile
|
1998-09-27
|
2KB
|
59 lines
# makefile for WebXpression.x
CC = gcc
#CC = 060loadhigh gcc
#CFLAGS =
CFLAGS = -O -fomit-frame-pointer -fstrength-reduce
AS = has
LD = hlk
INC =
LIBS = libc.a libgnu.a libdos.a libiocs.a libnetwork.a libether.a
LZH = WebXp040
%.o: %.c
$(CC) $(CFLAGS) -c $<
vpath %.c ./;FuncUrl/;WebCache/;GetFile/;
# .c âtâ@âCâïé═âJâîâôâgûöé═é▒é▒é┼ÄwÆΦé╡é╜âfâBâîâNâgâèé╔
WebXpression.x: WebXpression.o Html2Xpression.o Plain2Xpression.o \
textview.o put.o micro_console.o draw_mouse.o Image.o History.o \
GetFile.o Config.o Date2Date.o \
WebCache.o FuncUrl.o \
cut_disp.o hook.o gifl.o compress.o data.o
$(LD) $^ -o $@ -l $(LIBS)
WebXpression.o: WebXpression.c WebXpression.h WebCache/WebCache.h FuncUrl/FuncUrl.h
Html2Xpression.o: Html2Xpression.c WebXpression.h Tag.h Entity.h WebCache/WebCache.h FuncUrl/FuncUrl.h
Plain2Xpression.o: Plain2Xpression.c WebXpression.h Jis2sjis.h
Image.o: Image.c WebXpression.h WebCache/WebCache.h gifl.h
History.o: History.c
textview.o: textview.s WebXpression.inc
put.o: put.s
draw_mouse.o: draw_mouse.s
GetFile.o: GetFile/GetFile.c WebXpression.h FuncUrl/FuncUrl.h WebCache/WebCache.h
$(CC) $(CFLAGS) -DWEBXPRESSION -c $<
Config.o: Config.c
Date2Date.o: Date2Date.c
WebCache.o: WebCache/WebCache.c WebCache/WebCache.h
$(CC) $(CFLAGS) -DWEBXPRESSION -c $<
FuncUrl.o: FuncUrl/FuncUrl.c FuncUrl/FuncUrl.h
cut_disp.o: cut_disp.s
hook.o: hook.s
gifl.o: gifl.s gifl.inc
micro_console.o: micro_console.s
compress.o: compress.s
data.o: data.s WebPage2.CUT WebPage3.CUT
$(AS) -y $<
dist:
LHA a -t ../$(LZH)